home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 May: Tool Chest / Developer CD Series May 1996 (Tool Chest) (Apple Computer) (1996).iso / Tool Chest / Development Tools & Languages / Macintosh Common Lisp Related / User Contributions / oodles-of-utils.sea / oodles-of-utils / @oou-readme.txt next >
Encoding:
Text File  |  1993-02-26  |  2.2 KB  |  59 lines  |  [TEXT/ttxt]

  1. oodles-of-utils is a large collection of MCL code to help access the
  2. Mac ToolBox and create user interfaces. It requires MCL 2.0p1
  3. or later. To learn more about them, read the documention.
  4.  
  5.  Mike Engber
  6.  1585 Ridge Ave
  7.  Evanston, IL 60201
  8.  (708)328-5257
  9.  
  10.   from InterNet: engber@ils.nwu.edu
  11.  from AppleLink: engber@ils.nwu.edu@INTERNET#
  12. from CompuServe: >INTERNET:engber@ils.nwu.edu
  13.  
  14.  
  15. The oodles-of-utils distribution currently consists of two main files.
  16.  
  17. oou-lisp
  18.  The complete lisp source for oou + the documentation.
  19.  
  20. oou-fasl
  21.  The oou source files compiled with whatever settings I'm currently
  22.  using - which are probably all the expensive ones turned on, like
  23.  *fasl-save-local-symbols*, ...
  24.  
  25.  I'm providing the fasl files as a convenience. You can easily compile
  26.  oou yourself, but it can take a while if you machine is slow or you're
  27.  tight on memory.
  28.  
  29.  Note: To use the fasl files you need to put the oou-fasl folder in
  30.  the oou folder.
  31.  
  32. If you see other files in the directory these are additions or bug fixes
  33. issued in the intermim between new versions.
  34.  
  35.  
  36. Documentation
  37.  
  38. The oodles-of-utils folder now has an docs sub-folder.
  39.  
  40. The documentaion for oou has grown so large (70+ pages, table of contents,
  41. index, appendicies, ...) and cumbersome that I was forced to abandon
  42. plain text files. The main documentaion file is oou-docs.RTF
  43.  
  44. oou-docs was written using Microsoft Word, but I'm distributing it in
  45. Microsoft's RTF format which a variety of word processors can read.
  46. No information from the original MS Word document should be lost. In
  47. addition, RTF format avoids some of MS Word's pitfalls (storing fonts
  48. by id instead of name, incompatabilities between versions 4.0x & 5.0x
  49. of MS Word (which are 100% compatible)) If you cannot find a way to read
  50. or print the docs, contact me and I'll try to arrange something.
  51.  
  52. oou-docs are desinged for double-sided hardcopy. So for the nicest
  53. results, either print them double-sided or duplicate them double-side.
  54.  
  55. ILS users should see me before printing out the docs. I'm going to try
  56. and arrange to have ILS keep some nicely printed and bound copies available.
  57.  
  58. If you choose to view oou-docs online using MS Word, it will be infinitely
  59. more legible if you turn OFF the display of hidden text and paragraph marks.